@charset "utf-8";
/* CSS Document */
#title {
	position: fixed;
	right: 10%;
	left: 20%;
	z-index: 1;
	top: 0px;
}
#bio {
	position: fixed;
	top: 25%;
	z-index: 4;
	left: 60px;
}
#picture {
	position: fixed;
	top: 120px;
	z-index: 0;
	left: 55%;
	width: auto;
	height: 900px;
}
.keyboard {
	position: fixed;
	z-index: 0;
	top: 0px;
	left: 300px;
}
#spacer {
	z-index:1
}
